Jesus Fernandez

Software Architecture/Engineer

Welcome to my blog, where I talk about technology, software development and everything in between.
image

Choosing the right collection in .NET

Published: 27 Jun 20204 min read
As a developer, we usually have to choose the right collection for the task at hand, considering each collection's time complexity in a given scenario...
Read more →
image

WCF Data Services: JSON Format

Published: 18 May 20197 min read
Having a publicly available API means that it should offer interoperability. In order to do this, we should take into consideration different message formats, such as XML, JSON, YAML, etc...
Read more →